func regexp.extract

2 uses

	regexp (current package)
		regexp.go#L946: 		name, num, rest, ok := extract(template)
		regexp.go#L981: func extract(str string) (name string, num int, rest string, ok bool) {